PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFCircleAnnotation Class / getInteriorColor Method
In This Topic
    getInteriorColor Method
    In This Topic
    Gets the annotation interior color.
    Syntax
    public PDFColor getInteriorColor()

    Return Value

    A com.o2sol.pdf4java.graphics.colors.PDFColor object specifying the interior color with which to fill the annotation's ellipse.
    See Also